type github.com/golang/mock/gomock.callSet
8 uses
github.com/golang/mock/gomock (current package)
callset.go#L25: type callSet struct {
callset.go#L38: func newCallSet() *callSet {
callset.go#L39: return &callSet{make(map[callSetKey][]*Call), make(map[callSetKey][]*Call)}
callset.go#L43: func (cs callSet) Add(call *Call) {
callset.go#L53: func (cs callSet) Remove(call *Call) {
callset.go#L67: func (cs callSet) FindMatch(receiver interface{}, method string, args []interface{}) (*Call, error) {
callset.go#L103: func (cs callSet) Failures() []*Call {
controller.go#L118: expectedCalls *callSet
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)